FSM function name:
SubEstadoNoHist
Parameters:
Module header:
This is other low Level chid-FSM: Not historic
Rolf'2002
Global initialization:
// #include <conio.h>
// #include <stdio.h>
#if defined(FSM_DEBUG)
#define R() printf("NoHistory:(%s)\n",FSM_STATE_NAME());
#else
#define R() printf("NoHistory:(%s)\n","?");
#endif
Function header:
Other cyclic function to be compared with the friend
Global actions (before FSM analysis):
if(Is_Next_State_Illegal()){
printf("ERROR ******************\n");
return;
}
Global actions (after FSM analysis):
Global final (out of FSM function):
Links: